home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / sml_nj / 93src.lha / src / print / ppdec.sig < prev    next >
Encoding:
Text File  |  1993-01-27  |  184 b   |  9 lines

  1. (* Copyright 1989 by AT&T Bell Laboratories *)
  2.  
  3. signature PPDEC =
  4. sig
  5.   type object
  6.   val ppDec : Modules.env -> PrettyPrint.ppstream -> Absyn.dec
  7.       -> (int -> object) -> unit
  8. end
  9.